1 Module: Asset System
Julian Eisel edited this page 2023-10-19 11:30:03 +02:00

Project to bring a native understanding of assets to Blender, as first class citizens throughout many workflows.

Status

Basic support for assets is in Blender since version 3.0. Since then the feature set is being extended, and more and more parts start integrating asset functionality into their workflows.

Requirements have changed since the initial release, so there's ongoing work to implement a proper asset system, which wasn't initially needed. This should eventually be exposed in the Python API to support custom asset libraries (e.g. with online browsing).

These projects push asset functionality further:

Blog Posts

Various core designs are explained in blog posts (from oldest to newest):

Developer Documentation

  • Asset System - The technical foundation for all asset functionality (backend + frontend).